From a462e517f985fe61ff337934f858710b0f27c956 Mon Sep 17 00:00:00 2001 From: robertl Date: Thu, 13 Sep 2007 16:20:41 +0000 Subject: [PATCH] Fix typo in dg-100 comment. --- dg-100.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dg-100.c b/dg-100.c index d6c10d682..02877cee0 100644 --- a/dg-100.c +++ b/dg-100.c @@ -326,7 +326,7 @@ dg100_recv_byte() int result; /* allow for a delay of 40s; - * eraseing the whole DG-100 memory takes about 21s */ + * erasing the whole DG-100 memory takes about 21s */ result = gbser_readc_wait(serial_handle, 40000); switch(result){ case gbser_ERROR: -- 2.30.2